From: Glenn Morris Date: Sat, 10 Mar 2007 04:25:24 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~1644 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f5a43a9071fba5114586358899beabfbdf55566d;p=emacs.git *** empty log message *** --- diff --git a/admin/notes/copyright b/admin/notes/copyright index 735259f19a2..7a335b0549b 100644 --- a/admin/notes/copyright +++ b/admin/notes/copyright @@ -169,6 +169,12 @@ WHY-FREE licenses that they have. They are distributed with Emacs but they are not part of Emacs." +etc/HELLO + standard notices. Just a note that although the file itself is not + really copyrightable, in the wider context of it being parts of + Emacs (and written by those with assignments), a standard notice is + fine. + etc/MAILINGLISTS rms: simple license is fine for this file diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 29af4e465dd..e815166398e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2007-03-10 Glenn Morris + + * woman.el (woman-change-fonts): Add a hack to deal with + font-escape followed by "." at start of a line. + (woman2-IP): Add a hack to deal with consecutive requests. + (woman2-tagged-paragraph): Extend existing hack to handle "sp". + 2007-03-10 Alan Mackenzie * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.